import { SxProps } from '@mui/material';
export type InfoTextProps = {
    label: string;
    sx?: SxProps;
};
export declare const InfoText: ({ label, sx }: InfoTextProps) => import("react/jsx-runtime").JSX.Element;
