import { customTypographyVariants } from '../../themes/common/MUIComponents/typography'; export type TextTitleGreyIconProps = { title: string; titleSize?: customTypographyVariants; icon: React.JSX.Element; }; export declare const TextTitleGreyIcon: (props: TextTitleGreyIconProps) => import("react/jsx-runtime").JSX.Element;