export declare const IDS: {
    content: string;
    toggle: string;
    header: string;
};
export declare const CSS: {
    actionsEnd: string;
    button: string;
    container: string;
    content: string;
    contentStart: string;
    controlContainer: string;
    description: string;
    header: string;
    headerContainer: string;
    headerHasText: string;
    heading: string;
    icon: string;
    iconStart: string;
    iconEnd: string;
    iconEndContainer: string;
    invalid: string;
    statusIcon: string;
    summary: string;
    title: string;
    toggle: string;
    toggleIcon: string;
    valid: string;
};
export declare const SLOTS: {
    actionsEnd: string;
    contentStart: string;
    control: string;
    headerMenuActions: string;
    icon: string;
};
export declare const ICONS: {
    readonly expanded: "chevron-up";
    readonly collapsed: "chevron-down";
    readonly valid: "check-circle";
    readonly invalid: "exclamation-mark-triangle";
};
