import React from 'react'; import type { CheckboxProps } from '../Checkbox'; import type { BodyCellProps, BodyProps, BodyRowProps, CaratProps, ContainerProps, CurrencyCellProps, DateSelectCellProps, GroupProps, GroupTitleProps, HeaderProps, HeaderRowProps, IconCellProps, InputCellProps, LinkCellProps, PercentCellProps, TableHeaderCellProps, TableProps, TableSelectCellProps, TableTextCellProps, TextAreaCellProps } from './Table.types'; export declare const Table_: React.ForwardRefExoticComponent & TableProps & React.RefAttributes>; export declare const Carat: React.ForwardRefExoticComponent & CaratProps & React.RefAttributes>; export declare const Container: React.ForwardRefExoticComponent & ContainerProps & React.RefAttributes>; export declare const Header: React.ForwardRefExoticComponent & HeaderProps & React.RefAttributes>; export declare const HeaderRow: React.ForwardRefExoticComponent & HeaderRowProps & React.RefAttributes>; export declare const HeaderCell: React.ForwardRefExoticComponent & TableHeaderCellProps & React.RefAttributes>; export declare const Body: React.ForwardRefExoticComponent & BodyProps & React.RefAttributes>; export declare const Checkbox: React.ForwardRefExoticComponent>; export declare const GroupTitle: React.ForwardRefExoticComponent & GroupTitleProps & React.RefAttributes>; export declare const Group: React.ForwardRefExoticComponent & GroupProps & React.RefAttributes>; export declare const BodyRow: React.ForwardRefExoticComponent & BodyRowProps & React.RefAttributes>; export declare const BodyCell: React.ForwardRefExoticComponent & BodyCellProps & React.RefAttributes>; export declare const CurrencyCell: React.ForwardRefExoticComponent & CurrencyCellProps & React.RefAttributes>; export declare const DateSelectCell: React.ForwardRefExoticComponent>; export declare const IconCell: React.ForwardRefExoticComponent & IconCellProps & React.RefAttributes>; export declare const InputCell: React.ForwardRefExoticComponent>; export declare const LinkCell: React.ForwardRefExoticComponent & LinkCellProps & React.RefAttributes>; export declare const PercentCell: React.ForwardRefExoticComponent & PercentCellProps & React.RefAttributes>; export declare const SelectCell: React.ForwardRefExoticComponent>; export declare const TextAreaCell: React.ForwardRefExoticComponent & TextAreaCellProps & React.RefAttributes>; export declare const TextCell: React.ForwardRefExoticComponent & TableTextCellProps & React.RefAttributes>; /** @since 10.19.0 @see [Storybook](https://stories.core.procore.com/?path=/story/core-react_demos-table--demo) */ export declare const Table: React.ForwardRefExoticComponent & TableProps & React.RefAttributes> & { Body: React.ForwardRefExoticComponent & BodyProps & React.RefAttributes>; BodyCell: React.ForwardRefExoticComponent & BodyCellProps & React.RefAttributes>; BodyRow: React.ForwardRefExoticComponent & BodyRowProps & React.RefAttributes>; Carat: React.ForwardRefExoticComponent & CaratProps & React.RefAttributes>; Checkbox: React.ForwardRefExoticComponent>; Container: React.ForwardRefExoticComponent & ContainerProps & React.RefAttributes>; CurrencyCell: React.ForwardRefExoticComponent & CurrencyCellProps & React.RefAttributes>; DateSelectCell: React.ForwardRefExoticComponent>; Group: React.ForwardRefExoticComponent & GroupProps & React.RefAttributes>; GroupTitle: React.ForwardRefExoticComponent & GroupTitleProps & React.RefAttributes>; Header: React.ForwardRefExoticComponent & HeaderProps & React.RefAttributes>; HeaderCell: React.ForwardRefExoticComponent & TableHeaderCellProps & React.RefAttributes>; HeaderRow: React.ForwardRefExoticComponent & HeaderRowProps & React.RefAttributes>; IconCell: React.ForwardRefExoticComponent & IconCellProps & React.RefAttributes>; InputCell: React.ForwardRefExoticComponent>; LinkCell: React.ForwardRefExoticComponent & LinkCellProps & React.RefAttributes>; PercentCell: React.ForwardRefExoticComponent & PercentCellProps & React.RefAttributes>; SelectCell: React.ForwardRefExoticComponent>; TextAreaCell: React.ForwardRefExoticComponent & TextAreaCellProps & React.RefAttributes>; TextCell: React.ForwardRefExoticComponent & TableTextCellProps & React.RefAttributes>; };