export declare type InputProps = {
    color: "blue" | "red" | "rose" | "gray";
    children: string;
};
export declare const InputSubmit: ({ color, children }: InputProps) => JSX.Element;
//# sourceMappingURL=inputSubmit.d.ts.map