import * as React from 'react'; export declare const rootClassName = "teddy-table"; export type RootProps = React.HTMLAttributes & { height?: string | number; width?: string | number; }; export declare const Root: React.ForwardRefExoticComponent & { height?: string | number; width?: string | number; } & React.RefAttributes>;