import { Theme } from '@plurid/plurid-themes';
export interface IStyledVerticalToolbarButton {
    active: boolean;
    scaleIcon: boolean;
    first: boolean;
    last: boolean;
    theme: Theme;
}
export declare const StyledVerticalToolbarButton: any;
export interface IStyledVerticalToolbarButtonText {
    textLeft: boolean;
}
export declare const StyledVerticalToolbarButtonText: any;
