type ColumnSettingsProps = { customTrigger?: (props: { hiddenColumnCount: number; totalColumnCount: number; defaultLabel: string; }) => string; }; /** * DataTableV2 column settings. Internally used component containing a trigger button * that opens the column settings modal which displays a list of all columns. * * @internal */ export declare const DataTableV2ColumnSettings: (props: ColumnSettingsProps) => import("react/jsx-runtime.js").JSX.Element; export {};