import { WithFalse } from "../typings"; export interface GlobalFooterProps { links?: WithFalse<{ key?: string; title: React.ReactNode; href: string; blankTarget?: boolean; }[]>; copyright?: React.ReactNode; style?: React.CSSProperties; prefixCls?: string; className?: string; } //# sourceMappingURL=global-footer.d.ts.map