export type ComponentPropPair = { component: React.ReactNode; signature: string; }; /** * These components will be used by the playground. Please add any new components here. */ export declare const populatedComponents: Record; export declare function getComponentOptions(): string[];