export declare const TopBarProps: {
    showFullScreen: {
        type: BooleanConstructor;
        default: boolean;
    };
    customStyle: {
        type: ObjectConstructor;
    };
    customClass: {
        type: StringConstructor;
    };
};
