/** * Cell */ export declare const Cell: import("react").FunctionComponent & (({ size?: string; view?: string; contentLeft?: import("react").ReactNode; contentRight?: import("react").ReactNode; alignContentLeft?: import("@salutejs/plasma-new-hope/types/components/Cell/Cell.types.js").AlignProp; alignContentRight?: import("@salutejs/plasma-new-hope/types/components/Cell/Cell.types.js").AlignProp; stretching?: "fixed" | "filled" | "auto"; content?: import("react").ReactNode; description?: string; } & { title?: string; subtitle?: string; label?: string; children?: never; } & import("react").HTMLAttributes & import("react").RefAttributes) | ({ size?: string; view?: string; contentLeft?: import("react").ReactNode; contentRight?: import("react").ReactNode; alignContentLeft?: import("@salutejs/plasma-new-hope/types/components/Cell/Cell.types.js").AlignProp; alignContentRight?: import("@salutejs/plasma-new-hope/types/components/Cell/Cell.types.js").AlignProp; stretching?: "fixed" | "filled" | "auto"; content?: import("react").ReactNode; description?: string; } & { title?: never; subtitle?: never; label?: never; children?: import("react").ReactNode; } & import("react").HTMLAttributes & import("react").RefAttributes))>;