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