import { AlertState } from './types'; export declare const alertCN: ({ outset, state, className, }: { outset: string | undefined; state: AlertState; className: string | undefined; }) => string; export declare const contentsCN = "tw-min-h-4 tw-grow tw-overflow-visible"; export declare const iconCN: ({ state, iconClassName, }: { state: AlertState; iconClassName: string | undefined; }) => string; export declare const dismissButtonCN = "tw--m-2 tw-text-black hover:!tw-bg-transparent hover:!tw-text-inherit dark:tw-text-white"; //# sourceMappingURL=styles.d.ts.map