import { Theme } from '@plurid/plurid-themes';
import { HorizontalPositions } from "../../../../data/enumerations";
export interface IStyledToolbar {
    position: keyof typeof HorizontalPositions;
}
export declare const StyledToolbar: import("styled-components").StyledComponent<"div", any, IStyledToolbar, never>;
export interface IStyledToolbarButtons {
    theme: Theme;
}
export declare const StyledToolbarButtons: import("styled-components").StyledComponent<"div", any, IStyledToolbarButtons, never>;
