import React from "react"; import { Theme } from "../../theme/theme"; interface Props { children: React.ReactNode | React.ReactElement | JSX.Element; theme?: Theme; } declare const KloktunUI: React.FC; export default KloktunUI;