export interface UiProps {
}
export declare function Ui(props: UiProps): import("react/jsx-runtime").JSX.Element;
export default Ui;
