/// export declare const Debounce: { (props: any): JSX.Element; argTypes: { onChange: { action: string; }; onInput: { action: string; }; }; };