import { type FlexDirectionType } from '../types'; export declare function useDirectionClass(componentClass: string, property: FlexDirectionType): string;