import React from 'react'; import { ActionCustom } from '../types/action.bar.type'; export interface CustomActionProps { disabled?: boolean; tooltip: string; onClick: ActionCustom; children?: React.ReactNode; } export declare const CustomAction: React.FC; //# sourceMappingURL=action.custom.d.ts.map