import { ITheming } from "../../../..";
import { Color } from "../../../../../models";
/**
 * Styles for the LayoutColumnStyles component
 */
export declare const BreakPointSettingsStyles: {
    selectorDrawer: string;
    heightWrapper: string;
    settingComponentWrapper: string;
    closeButton: string;
    selectionDrawer: string;
    wrapper: string;
    leftPanel: string;
    rightPanel: string;
    leftPanelContainer: string;
    navigationDrawer: (theming: ITheming, primaryColor: Color) => string;
    leftPanelMenuItemContainer: (theming: ITheming, primaryColor: Color, selected: boolean) => string;
    leftPanelMenuItemIcon: string;
};
