import { type FlexAlignmentXType, type FlexAlignmentYType } from '../types'; export type AlignmentPropertyType = FlexAlignmentXType | FlexAlignmentYType; export declare function useAlignmentClass(componentClass: string, property: AlignmentPropertyType, type?: string): string;