export function Toggle({ isToggleOpen, children }: {
    isToggleOpen?: boolean | undefined;
    children: any;
}): any;
export function COVID19Resources({ shouldShowSBAApplicationAndCalculatorSection, shouldShowBothSBAApplicationAndCalculator, shouldHideNavCaresActSection, className, links, }: {
    shouldShowSBAApplicationAndCalculatorSection: any;
    shouldShowBothSBAApplicationAndCalculator?: any;
    shouldHideNavCaresActSection?: boolean | undefined;
    className: any;
    links?: {} | undefined;
}): JSX.Element;
