import React from "react"; export type ToolCategoryBannerBlockProps = Readonly<{ title: string; children?: React.ReactNode; cta?: React.ReactElement; image?: React.ReactNode; }>; export declare const ToolCategoryBannerBlock: ({ title, children, cta, image, ...rest }: ToolCategoryBannerBlockProps) => React.JSX.Element; //# sourceMappingURL=ToolCategoryBannerBlock.d.ts.map