///
/**
* Tables are used to organize and display data efficiently. It renders a
element by default.
* https://chakra-ui.com/docs/data-display/table
*/
export declare function Table({ ...props }: any): JSX.Element;
export declare function Thead({ ...props }: any): JSX.Element;
export declare function Tbody({ ...props }: any): JSX.Element;
export declare function Tfoot({ ...props }: any): JSX.Element;
export declare function Tr({ ...props }: any): JSX.Element;
export declare function Th({ ...props }: any): JSX.Element;
export declare function Td({ ...props }: any): JSX.Element;
export declare function TableCaption({ ...props }: any): JSX.Element;
//# sourceMappingURL=Table.d.ts.map