import type { AlertCssVariables, AlertFactory, AlertProps, AlertStylesNames, AlertVariant } from './Alert';
export { Alert } from './Alert';
export type { AlertProps, AlertStylesNames, AlertCssVariables, AlertFactory, AlertVariant };
export declare namespace Alert {
    type Props = AlertProps;
    type StylesNames = AlertStylesNames;
    type CssVariables = AlertCssVariables;
    type Factory = AlertFactory;
}
