import React from 'react';
import { BoxProps } from '@mantine/core';
import { Props as ToolsBannerCardProps } from "../../../toolBannerCard";
export declare const Banner: ({ className, classNames, styles, ...rest }: BoxProps & ToolsBannerCardProps) => React.JSX.Element;
