import type { ButtonHTMLAttributes, FC } from 'react';
import { type TestableProps } from '../../../utils/testId';
export interface TableSettingsMenuResetProps extends Omit, 'children' | 'color' | 'type'>, TestableProps {
}
export declare const TableSettingsMenuReset: FC;