import { IPalette, IStackStyles, IStyle } from '@fluentui/react';
/**
 * @private
 */
export declare const mainScreenContainerStyleDesktop: string;
/**
 * @private
 */
export declare const mainScreenContainerStyleMobile: string;
/**
 * @private
 * Drawer styles to be used to house the _DrawerComponent on top of other content on the screen.
 * @param zIndex: this defaults to DEFAULT_Z_INDEX if unset
 */
export declare const drawerContainerStyles: (zIndex?: number) => IStackStyles;
/**
 * @private
 * Page container style for leaving page
 */
export declare const leavingPageStyle: (palette: IPalette) => IStyle;
//# sourceMappingURL=CallComposite.styles.d.ts.map