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