export declare const useConstants: () => { SIDE_BAR_COMPONENTS: any; DEFAULT_POSITION: { x: number; y: number; w: number; h: number; r: number; }; ORDER_OPTIONS: { icon: string; label: string; value: string; }[]; CROP_TYPES: { id: string; name: string; }[]; ALIGN_TEXT_OPTIONS: { value: string; icon: string; }[]; FONT_WEIGHT_OPTIONS: { id: string; name: string; }[]; };