import { Theme } from '@plurid/plurid-themes';
import { VerticalPositions } from "../../../../data/enumerations";
export interface IStyledToolbarControls {
    position: keyof typeof VerticalPositions;
    theme: Theme;
}
export declare const StyledToolbarControls: import("styled-components").StyledComponent<"div", any, IStyledToolbarControls, never>;
interface IStyledToolbarControlsButtons {
    theme: Theme;
}
export declare const StyledToolbarControlsButtons: import("styled-components").StyledComponent<"div", any, IStyledToolbarControlsButtons, never>;
export {};
