declare const CLASS_PREFIX = "md-accordion";
declare const DEFAULTS: {
    DEFAULT_EXPANDED: boolean;
};
declare const STYLE: {
    wrapper: string;
    headerRow: string;
    headerHeading: string;
    headerButton: string;
};
export { CLASS_PREFIX, DEFAULTS, STYLE };
