export type PlaygroundBlockProps = Readonly<{ containerId?: string; title?: React.ReactNode; helpText?: React.ReactNode; url: string; visibleOnMobile?: boolean; }>; export declare const PlaygroundBlock: ({ containerId, title, helpText, url, visibleOnMobile, ...rest }: PlaygroundBlockProps) => import("react").JSX.Element; //# sourceMappingURL=PlaygroundBlock.d.ts.map