export declare const style: { container: { margin: number; height: string; overflow: string; }; page: { backgroundColor: string; overflow: string; }; layout: { overflow: string; marginTop: number; }; taskBarToggleButton: { flexDirection: string; marginRight: number; marginLeft: number; boxShadow: string; }; };