import { ITheming } from "internal/fx/ux/theming";
/**
 * Styles for the LayoutItemActionToolbar component
 */
export declare const LayoutItemActionToolbarStyles: {
    padLockIcon: string;
    menuWraper: (theme: ITheming, isSection: boolean) => string;
    itemContainer: (vertically: boolean) => string;
    toolBarPosition: string;
};
