import { DataGridProps } from '../../DataGrid.types'; import { ScrollbarFillerCellProps } from './ScrollbarFillerCell'; type SizeOwnerState = { size?: 'small' | 'medium' | 'large'; }; export declare const CheckboxCellItemRoot: import("@emotion/styled").StyledComponent & SizeOwnerState, React.DetailedHTMLProps, HTMLDivElement>, {}>; export declare const EditCellInputRoot: import("@emotion/styled").StyledComponent, React.DetailedHTMLProps, HTMLDivElement>, {}>; export declare const EmptyCellItemRoot: import("@emotion/styled").StyledComponent, React.DetailedHTMLProps, HTMLDivElement>, {}>; export declare const ScrollbarFillerCellRoot: import("@emotion/styled").StyledComponent & ScrollbarFillerCellProps, React.DetailedHTMLProps, HTMLDivElement>, {}>; export declare const ExpandCellItemRoot: import("@emotion/styled").StyledComponent & SizeOwnerState, React.DetailedHTMLProps, HTMLDivElement>, {}>; export type HeaderCellOwnerState = { density: DataGridProps['density']; fixed?: 'start' | 'end'; }; export declare const HeaderCellRoot: import("@emotion/styled").StyledComponent & HeaderCellOwnerState, React.DetailedHTMLProps, HTMLDivElement>, {}>; export declare const HeaderCellText: import("@emotion/styled").StyledComponent, React.DetailedHTMLProps, HTMLDivElement>, {}>; type HeaderCellResizeOwnerState = { fixed?: 'left' | 'right'; }; export declare const HeaderCellResizeHandleRoot: import("@emotion/styled").StyledComponent & HeaderCellResizeOwnerState, React.DetailedHTMLProps, HTMLDivElement>, {}>; export declare const HeaderCellResizeHandleInner: import("@emotion/styled").StyledComponent, React.DetailedHTMLProps, HTMLDivElement>, {}>; type HeaderCellIconButtonOwnerState = { hasSort?: boolean; }; export declare const HeaderCellIconButtonRoot: import("@emotion/styled").StyledComponent & React.RefAttributes & import("@mui/system").MUIStyledCommonProps & HeaderCellIconButtonOwnerState, {}, {}>; export declare const RadioCellItemRoot: import("@emotion/styled").StyledComponent & { invisible?: boolean; } & SizeOwnerState, React.DetailedHTMLProps, HTMLDivElement>, {}>; export type RowCellItemRootOwnerState = { density: DataGridProps['density']; selected: boolean; cellSelection?: boolean; isEditing: boolean; fixed?: 'start' | 'end'; showPinBorder?: boolean; }; export declare const RowCellItemRoot: import("@emotion/styled").StyledComponent & RowCellItemRootOwnerState, React.DetailedHTMLProps, HTMLDivElement>, {}>; export {};