export declare const CSS: {
    backButton: string;
};
export declare const ICONS: {
    readonly backLeft: "chevron-left";
    readonly backRight: "chevron-right";
};
export declare const SLOTS: {
    actionBar: string;
    alerts: string;
    contentTop: string;
    contentBottom: string;
    headerActionsStart: string;
    headerActionsEnd: string;
    headerMenuActions: string;
    headerContent: string;
    fab: string;
    footer: string;
    footerActions: string;
    footerEnd: string;
    footerStart: string;
};
