import { SCREEN_SIZES } from '../constants/screens'; import { theme } from '../styles/theme'; export declare type SectionContainerVariant = 'white' | 'light'; export declare type Screen = keyof typeof SCREEN_SIZES; export declare type Devices = Record; export declare type StylesTheme = typeof theme; export declare type ButtonSizeVariant = 'lg' | 'sm'; export declare type TagVariant = 'filled' | 'outlined' | 'clear';