import React from 'react'; export declare const Shelf: React.ForwardRefExoticComponent & React.RefAttributes>; export declare const Head: React.ForwardRefExoticComponent & React.RefAttributes>; export declare const HeadCell: React.ForwardRefExoticComponent & React.RefAttributes>; export declare const Body: React.ForwardRefExoticComponent & React.RefAttributes>; export declare const BodyCell: React.ForwardRefExoticComponent & React.RefAttributes>; export declare const BodyRow: React.ForwardRefExoticComponent & React.RefAttributes>; export declare const TableShelf: React.ForwardRefExoticComponent & React.RefAttributes> & { Body: React.ForwardRefExoticComponent & React.RefAttributes>; BodyCell: React.ForwardRefExoticComponent & React.RefAttributes>; BodyRow: React.ForwardRefExoticComponent & React.RefAttributes>; Head: React.ForwardRefExoticComponent & React.RefAttributes>; HeadCell: React.ForwardRefExoticComponent & React.RefAttributes>; };