/// <reference types="react" />
export declare const Container: React.ComponentClass<React.HTMLProps<HTMLDivElement> & {
    theme?: any;
    innerRef?: ((instance: any) => void) | undefined;
}>;
export declare const Content: React.ComponentClass<React.HTMLProps<HTMLDivElement> & {
    theme?: any;
    innerRef?: ((instance: any) => void) | undefined;
} & {
    theme?: any;
    innerRef?: ((instance: any) => void) | undefined;
}>;
export declare const Footer: React.ComponentClass<React.HTMLProps<HTMLDivElement> & {
    theme?: any;
    innerRef?: ((instance: any) => void) | undefined;
}>;
export declare const FooterActions: React.ComponentClass<React.HTMLProps<HTMLDivElement> & {
    theme?: any;
    innerRef?: ((instance: any) => void) | undefined;
}>;
export declare const IconButton: React.ComponentClass<React.HTMLProps<HTMLDivElement> & {
    theme?: any;
    innerRef?: ((instance: any) => void) | undefined;
}>;
export declare const Toolbar: React.ComponentClass<React.HTMLProps<HTMLDivElement> & {
    theme?: any;
    innerRef?: ((instance: any) => void) | undefined;
}>;
export declare const SecondaryToolbar: React.ComponentClass<React.HTMLProps<HTMLDivElement> & {
    theme?: any;
    innerRef?: ((instance: any) => void) | undefined;
}>;
