export declare const CSS: {
    modal: string;
    title: string;
    header: string;
    footer: string;
    scrim: string;
    back: string;
    close: string;
    secondary: string;
    primary: string;
    container: string;
    containerOpen: string;
    containerEmbedded: string;
    content: string;
    contentNoFooter: string;
    contentBottom: string;
    contentTop: string;
    openingIdle: string;
    openingActive: string;
    closingIdle: string;
    closingActive: string;
};
export declare const DURATIONS: {
    slow: number;
    medium: number;
    fast: number;
    test: number;
};
export declare const ICONS: {
    readonly close: "x";
};
export declare const SLOTS: {
    content: string;
    contentBottom: string;
    contentTop: string;
    header: string;
    back: string;
    secondary: string;
    primary: string;
};
