/** * Typed CSS Modules import for SCSS files ending in `.module.scss`. * * This declaration allows you to import a SCSS module and * get a mapping of its class names to the generated scoped class names. * * Example Usage: * ```ts * import styles from './Component.module.scss'; * * // In JSX: *