/// declare const _default: ({ isDark }: { isDark: boolean; }) => JSX.Element; export default _default;