import { FunctionComponent } from 'react'; import { IAppStyle } from '../../theme'; interface IBackWrapperProps { className?: string; isCollapsed?: boolean; } export declare type IBackWrapper = FunctionComponent; export declare type BackWrapperStyle = IAppStyle; export {};