Version: 0.0.10.3.01.0.11.0.21.0.31.1.01.1.11.1.21.2.01.3.01.4.01.4.11.4.21.4.31.4.41.4.51.5.02.0.02.0.12.1.02.2.02.2.12.2.22.2.32.2.42.2.52.2.62.3.02.3.12.3.22.3.32.4.02.4.12.5.02.5.12.5.22.6.02.6.12.6.22.7.02.7.12.7.22.7.32.7.42.8.02.8.12.8.23.0.0-alpha.33.0.0-alpha.43.0.0-alpha.53.0.0-alpha13.0.0-alpha23.0.0-beta.03.0.0-beta.13.0.03.0.13.1.03.1.13.1.23.1.33.1.43.1.53.1.63.1.73.2.03.2.13.2.33.2.43.3.03.3.13.3.23.3.33.3.43.4.03.4.13.4.23.4.33.4.43.4.53.4.63.4.73.4.83.5.04.0.0-beta.04.0.0-beta.14.0.0-beta.24.0.0-beta.34.0.0-beta.54.0.0-beta.64.0.0-beta.74.0.0-beta.84.0.0-rc.04.0.0-rc.24.0.0-rc.34.0.0-rc.54.0.0-rc.64.0.0-rc.74.0.0-rc.84.0.0-rc.94.0.0-rc.104.0.0-rc.114.0.0-rc.124.0.0-rc.134.0.0-rc.144.0.0-rc.154.0.0-rc.164.0.0-rc44.0.04.0.14.0.24.0.34.1.04.1.14.1.24.1.34.2.04.2.1-04.2.14.2.24.2.34.2.44.2.54.2.64.3.04.3.14.3.24.4.04.4.14.4.24.4.34.4.44.4.54.4.64.4.74.4.84.4.94.4.104.4.114.5.04.6.04.6.15.0.0-05.0.0-15.0.0-25.0.0-35.0.0-45.0.0-55.0.0-65.0.0-75.0.0-beta.05.0.0-beta.15.0.0-beta.25.0.0-beta.35.0.0-beta.45.0.0-beta.55.0.0-beta.65.0.0-beta.75.0.0-beta.85.0.0-beta.95.0.0-beta.105.0.0-beta.115.0.0-beta.125.0.0-beta.135.0.0-beta.145.0.0-beta.155.0.0-beta.165.0.0-beta.175.0.0-beta.185.0.0-beta.195.0.0-beta.205.0.0-beta.215.0.0-beta.225.0.0-beta.235.0.0-beta.245.0.0-y.05.0.05.0.15.0.25.0.35.0.45.1.05.1.15.2.05.3.05.4.05.5.05.5.15.6.05.6.15.7.05.7.15.8.05.8.15.8.25.8.35.8.4
/// <reference types="react" />
import { Props as ButtonProps } from './Button';
interface Props extends ButtonProps {
className?: string;
children?: any;
}
declare function InputAddon({ className, ...props }: Props): JSX.Element;
export default InputAddon;
//# sourceMappingURL=InputAddon.d.ts.map