import React from 'react'; import { RootProps } from '../../engines'; import type { CellProps } from './Cell.types'; export declare const cellRoot: (Root: RootProps) => React.ForwardRefExoticComponent>; export declare const cellConfig: { name: string; tag: string; layout: (Root: RootProps) => React.ForwardRefExoticComponent>; base: import("styled-components").FlattenSimpleInterpolation; variations: { view: { css: import("styled-components").FlattenSimpleInterpolation; }; size: { css: import("styled-components").FlattenSimpleInterpolation; }; }; defaults: { view: string; size: string; }; }; //# sourceMappingURL=Cell.d.ts.map