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