type ApplicationUrlsProps = {
    isDisabled?: boolean;
};
export declare const ApplicationUrls: (props: ApplicationUrlsProps) => import("react/jsx-runtime").JSX.Element;
export {};
