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