/// <reference types="react" />
import { WithGuiTheme } from '../../../assets/theme';
import GuiTimeInputProps from './GuiTimeInput.type';
declare const StyledBox: import("@emotion/styled").StyledComponent<((GuiTimeInputProps & WithGuiTheme) | (GuiTimeInputProps & WithGuiTheme & {
    children?: import("react").ReactNode;
})) & {
    theme?: import("@emotion/react").Theme;
}, {}, {}>;
export { StyledBox };
