import { ComponentType } from 'react';
declare const StyledPaper: ComponentType<any>;
declare const StyledToolbar: ComponentType<any>;
declare const StyledToolbarButtonContainer: ComponentType<any>;
declare const StyledCollapse: ComponentType<any>;
declare const StyledUploadFile: ComponentType<any>;
export { StyledPaper, StyledToolbar, StyledToolbarButtonContainer, StyledCollapse, StyledUploadFile, };
