import React from "react";
import { GuiInputProps } from "./GuiInput.type";
export declare const GuiInput: import("@emotion/styled").StyledComponent<React.PropsWithChildren<typeof React.forwardRef | (GuiInputProps & import("../../assets/theme/createGuiTheme").WithGuiTheme)> & {
    theme?: import("@emotion/react").Theme;
}, {}, {}>;
export default GuiInput;
