import { TableCell as TableCellUI } from '@mui/material';
export declare const TableCell: import("styled-components").StyledComponent<typeof TableCellUI, any, {}, never>;
export declare const ContainerAction: import("styled-components").StyledComponent<"div", any, {}, never>;
export declare const Button: import("styled-components").StyledComponent<import("@mui/material").ExtendButtonBase<import("@mui/material").ButtonTypeMap<{}, "button">>, any, {}, never>;
