export declare namespace DsfrAlertSizeConst {
    const SM = "SM";
    const MD = "MD";
}
export type DsfrAlertSize = (typeof DsfrAlertSizeConst)[keyof typeof DsfrAlertSizeConst];
