import type { FlexBoxProps } from '@ariestools/sdk-react/flexbox'; import React from 'react'; /** Props for {@link XyoFooterAlwaysLinks}. */ export interface XyoFooterAlwaysLinksProps extends FlexBoxProps { onMore?: () => void; } /** Always-visible XYO footer links for copyright, privacy, terms, and careers. */ export declare const XyoFooterAlwaysLinks: React.FC; /** * Alias of {@link XyoFooterAlwaysLinksProps}. * @deprecated use FooterAlwaysLinksProps */ export type CopyrightProps = XyoFooterAlwaysLinksProps; /** * Alias of {@link FooterAlwaysLinks}. * @deprecated use FooterAlwaysLinks */ export { FooterAlwaysLinks as Copyright } from '../AlwaysLinks.js'; //# sourceMappingURL=AlwaysLinks.d.ts.map