import { ILot } from '../ui/LotCard.types';

interface IUseLotCard {
    lot: ILot;
    rowConditions?: boolean;
}
export declare const useLotCard: ({ lot, rowConditions }: IUseLotCard) => {
    currentClientWidth: number;
    isBuilding: boolean;
    LotCardInfo: () => import("react/jsx-runtime").JSX.Element;
    tagFeatures: {
        text: string;
    }[];
    FloorByType: () => import("react/jsx-runtime").JSX.Element;
    isTablet: boolean;
    isDesktop: boolean;
    getFloorStr: () => string;
    isReserved: boolean;
    isMobile: boolean;
    areaStr: string;
    floorStr: string;
    isShowSnippet: boolean;
    setIsShowSnippet: import('react').Dispatch<import('react').SetStateAction<boolean>>;
    rowConditionsVar: boolean;
};
export {};
