import React from 'react'; import type { ITablePreset } from '@epam/uui-core'; interface IPresetInputProps { onCancel: () => void; onSuccess?: (name: string) => Promise; preset?: ITablePreset; } export declare function PresetInput(props: IPresetInputProps): React.JSX.Element; export {}; //# sourceMappingURL=PresetInput.d.ts.map