/// interface Props { name: string; } export declare function CafeReactFsName({ name }: Props): JSX.Element; export {};