/// interface Props { backgroundColor: string; onSync: () => Promise; } export declare function CafeReactFsSync({ backgroundColor, onSync }: Props): JSX.Element; export {};