type Props = {
    widthFeet?: number;
    widthInches?: number;
    subcategory: string;
};
export declare const getWidthText: ({ widthFeet, widthInches, subcategory }: Props) => string;
export {};
