import { IAppStyle } from '../../../theme'; import { ICLoseBtnProps } from '../ICloseBtn'; declare type StyleProps = IAppStyle; export declare const containerStyle: StyleProps; export {};