/// interface FheaderMenuItemProps { move?: string; className?: any; to: string; title: string; target?: any; prefix?: any; postfix?: any; children?: any; } export declare const FHeaderMenuItem: ({ title, to, target, className, prefix, postfix, children, }: FheaderMenuItemProps) => JSX.Element; export {}; //# sourceMappingURL=FheaderMenuItem.d.ts.map