type StyleConfig = { default: T; lg?: T; sm?: T; md?: T; xl?: T; '2xl'?: T; }; export declare function useResponsiveStyles>(styleConfig: StyleConfig): T; export {};