import { StatusTypes } from '@cds/core/internal';
export declare type AlertStatusTypes = StatusTypes | 'alt' | 'loading';
export declare type AlertGroupTypes = 'default' | 'banner' | 'light';
export declare type AlertSizes = 'default' | 'sm';
