export interface Props { readonly palette?: "primary" | "secondary"; } export declare const InputBox: import("styled-components").StyledComponent<"input", any, Props, never>;