import React from 'react'; import type { SettingsPageFooterTemplateProps, SettingsPageHeaderTemplateProps } from './SettingsPageTemplate.types'; export declare const SettingsPageHeaderTemplate: React.ForwardRefExoticComponent> & Partial> & React.RefAttributes>; export declare const SettingsPageFooterTemplate: React.ForwardRefExoticComponent> & Partial> & React.RefAttributes>; export declare const SettingsPageTemplate: React.ForwardRefExoticComponent & { headerProps?: SettingsPageHeaderTemplateProps | undefined; footerProps?: SettingsPageFooterTemplateProps | undefined; hasNavigation?: boolean | undefined; } & React.RefAttributes>;