import { FunctionComponent } from 'react'; import { PlaygroundSample } from '../../types.js'; export interface SampleCardProps { name: string; sample: PlaygroundSample; onSelect: (name: string) => void; } export declare const SampleCard: FunctionComponent; //# sourceMappingURL=sample-card.d.ts.map