/// import { Card } from "./card.component"; declare const _default: { title: string; component: typeof Card; argTypes: {}; parameters: {}; }; export default _default; export declare const Sandbox: { (args: any): JSX.Element; args: { label: string; children: string; }; };