import type { TFootProps } from "@twilio-paste/table"; import * as React from "react"; export interface DataGridFootProps extends TFootProps { /** * Overrides the default element name to apply unique styles with the Customization Provider * * @default 'DATA_GRID_FOOT' * @type {TFootProps['element']} */ element?: TFootProps["element"]; } /** * DataGrid foot wrapper component. * * @param {string} element - customization element */ export declare const DataGridFoot: React.ForwardRefExoticComponent>; //# sourceMappingURL=DataGridFoot.d.ts.map