import { ITheming } from "../../..";
/**
 * Styles for the LayoutColumnStyles component
 */
export declare const LayoutSectionStyles: {
    layoutMode: {
        selectedPadding: string;
        regularPadding: string;
        selectorContainer: (theme: ITheming, isSelected: any) => string;
        topLevelSpacing: string;
        showhideTransition: (show: any) => string;
        toolbar: (theme: ITheming) => string;
        removeScrollMargin: string;
        positionItemSelectorOnBorderTop: string;
        positionItemSelectorOnBorderTopCorrection: string;
        positionItemSelectorOnBorderBottom: string;
        padLockIcon: string;
    };
};
