/// export interface FooterProps { /** * Web property that will which links will show and make some links switch between relative and absolute */ webProperty: 'originprotocol' | 'ousd' | 'story'; } export declare const Footer: ({ webProperty }: FooterProps) => JSX.Element;