import { AlertSmallProps } from './types.js'; declare const AlertSmall: ({ id, variant, outset, className, iconClassName, inline, skipNotifyError, ...rest }: AlertSmallProps) => import("react").JSX.Element | null; export default AlertSmall; //# sourceMappingURL=AlertSmall.d.ts.map