import type { ComponentControl } from '../../../core'; export declare const textAlignNewControl: ComponentControl<{ styles: { [styleName: string]: string; }; }>;