interface Props { } declare const openLogModal: (props: Props) => void; export default openLogModal;