import { FC as FunctionalComponent } from 'react'; import { HCOpenStack } from './HyperCardUtils'; interface HyperCardCardProps { open: HCOpenStack; stackId: string; /** Editor design surface: render every part (hidden ones dimmed) with input disabled. */ editing?: boolean; } export declare const HyperCardCard: FunctionalComponent; export {}; //# sourceMappingURL=HyperCardCard.d.ts.map