/// <reference types="react" />
export declare const TriggerWrapper: React.ComponentClass<React.HTMLProps<HTMLDivElement> & {
    theme?: any;
    innerRef?: ((instance: any) => void) | undefined;
}>;
export declare const ExpandIconWrapper: React.ComponentClass<React.HTMLProps<HTMLDivElement> & {
    theme?: any;
    innerRef?: ((instance: any) => void) | undefined;
}>;
