import { VariantProps } from 'tailwind-variants'; declare const drawerStyles: import('tailwind-variants').TVReturnType<{ side: { top: { content: string[]; }; bottom: { content: string[]; }; left: { content: string[]; }; right: { content: string[]; }; }; }, { trigger: never[]; close: never[]; portal: never[]; overlay: string[]; content: string[]; header: string[]; closeButton: string[]; closeIcon: string; title: string; body: string; description: string; footer: string[]; }, undefined, { side: { top: { content: string[]; }; bottom: { content: string[]; }; left: { content: string[]; }; right: { content: string[]; }; }; }, { trigger: never[]; close: never[]; portal: never[]; overlay: string[]; content: string[]; header: string[]; closeButton: string[]; closeIcon: string; title: string; body: string; description: string; footer: string[]; }, import('tailwind-variants').TVReturnType<{ side: { top: { content: string[]; }; bottom: { content: string[]; }; left: { content: string[]; }; right: { content: string[]; }; }; }, { trigger: never[]; close: never[]; portal: never[]; overlay: string[]; content: string[]; header: string[]; closeButton: string[]; closeIcon: string; title: string; body: string; description: string; footer: string[]; }, undefined, unknown, unknown, undefined>>; type DrawerStyles = VariantProps; export { drawerStyles, type DrawerStyles }; //# sourceMappingURL=drawer.css.d.ts.map