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