import * as React from 'react';
import { WiredButton as _WiredButton } from 'wired-elements/lib/wired-button.js';
export declare const WiredButton: React.ForwardRefExoticComponent<Partial<_WiredButton> & {} & {
children?: React.ReactNode;
} & React.RefAttributes<unknown>>;