import { type BlockBackgroundVariant } from "../BlockBackground"; export type QuickToolHeroBlockProps = Readonly<{ title: React.ReactNode; visualElement?: React.ReactNode; largeVisualAsset?: React.ReactNode; widget?: React.ReactNode; widgetLabel?: string; background?: BlockBackgroundVariant; bgColor?: string; }>; export declare const QuickToolHeroBlock: ({ title, visualElement, largeVisualAsset, widget, widgetLabel, background, bgColor: backgroundColor, ...rest }: QuickToolHeroBlockProps) => import("react").JSX.Element; //# sourceMappingURL=QuickToolHeroBlock.d.ts.map