import { StackProps } from '@mui/material'; import { ReactElement } from 'react'; export declare const IconAndText: React.FunctionComponent<{ icon: ReactElement; text: ReactElement | string; } & StackProps>;