///
import type { ButtonProps as AntdButtonProps } from 'antd';
import type { TimerComponentProps, TimerInstance } from '@baic/yolk-browser-base';
export type TimerButtonProps = Omit & Omit;
declare const Component: import("react").ForwardRefExoticComponent & Omit & import("react").RefAttributes>;
export type { TimerInstance as TimerButtonInstance };
export default Component;