import { CellTextbox, CellTextboxLabel, CellTextboxSubtitle, CellTextboxTitle } from '../../../components/Cell'; export declare const Cell: import("react").FunctionComponent & (({ size?: string; view?: string; contentLeft?: import("react").ReactNode; contentRight?: import("react").ReactNode; alignContentLeft?: import("../../../components/Cell/Cell.types").AlignProp; alignContentRight?: import("../../../components/Cell/Cell.types").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("../../../components/Cell/Cell.types").AlignProp; alignContentRight?: import("../../../components/Cell/Cell.types").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))>; export { CellTextbox, CellTextboxLabel, CellTextboxSubtitle, CellTextboxTitle }; //# sourceMappingURL=Cell.d.ts.map