/// import type { Alignment } from '../schema-types/types'; export interface AlignmentControlsOption { type: Alignment['y'] | Alignment['x']; label: string; icon: JSX.Element; } export declare const verticalOptions: AlignmentControlsOption[]; export declare const horizontalOptions: AlignmentControlsOption[]; export declare const horizontalOptionsStretch: AlignmentControlsOption[];