import React from 'react';
import { ButtonProps } from '@mui/material';
export interface SecondaryNavigationCtaProps extends ButtonProps {
}
/**
* SecondaryNavigationCtaProps is a proxy component to with responsive size
*/
export declare const SecondaryNavigationCta: React.FC;