type Props = { [name: string]: any; }; export declare function useLog(title: string, props: Props): void; export {};