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