import { AlertState } from '../Alert/types.js'; export declare const alertCN: ({ outset, state, variant, className, }: { outset?: string | undefined; state?: AlertState | undefined; variant?: "form-field" | undefined; className?: string | undefined; }) => string; export declare const iconCN: ({ state, iconClassName }: { state?: AlertState | undefined; iconClassName?: string | undefined; }) => string; export declare const contentsCN = "tw-c-alert-small tw-overflow-visible"; //# sourceMappingURL=styles.d.ts.map