export type PlaygroundHeroBlockProps = Readonly<{ title?: React.ReactNode; helpText?: React.ReactNode; url: string; screenTooSmallTitle?: string; screenTooSmallDescription?: React.ReactNode; }>; export declare const PlaygroundHeroBlock: ({ title, helpText, url, screenTooSmallTitle, screenTooSmallDescription, ...rest }: PlaygroundHeroBlockProps) => import("react").JSX.Element; //# sourceMappingURL=PlaygroundHeroBlock.d.ts.map