export interface BlockTheme {
    base: string;
    disableMargin: string;
    label: string;
    centerAlign: string;
    endAlign: string;
    horizontal: {
        base: string;
        label: string;
    };
    vertical: {
        base: string;
        label: string;
    };
}
export declare const blockTheme: BlockTheme;
export declare const legacyBlockTheme: BlockTheme;
