import { FooterViewProps } from "./stn-footer-view"; export interface FooterProps { showterms: boolean; showpaymentinfo: boolean; showsupport: boolean; termstext: string; faqtext: string; paymentinfotext: string; faqPath: string; paymentInfoPath?: string; } export declare function useFooter(props: FooterProps): FooterViewProps;