import { VariantProps } from 'tailwind-variants'; declare const calloutStyles: import('tailwind-variants').TVReturnType<{ variant: { neutral: string; primary: string; success: string; error: string; warning: string; info: string; }; }, { header: string; icon: string; title: string; content: string; children: string; }, "flex flex-col overflow-hidden rounded-md p-4 text-sm ring-1", { variant: { neutral: string; primary: string; success: string; error: string; warning: string; info: string; }; }, { header: string; icon: string; title: string; content: string; children: string; }, import('tailwind-variants').TVReturnType<{ variant: { neutral: string; primary: string; success: string; error: string; warning: string; info: string; }; }, { header: string; icon: string; title: string; content: string; children: string; }, "flex flex-col overflow-hidden rounded-md p-4 text-sm ring-1", unknown, unknown, undefined>>; type CalloutStyles = VariantProps; export { calloutStyles, type CalloutStyles }; //# sourceMappingURL=callout.css.d.ts.map