import { Component } from "react";
declare class Other extends Component {
    static defaultProps: {
        value: string;
        checked: boolean;
        disabled: boolean;
    };
    input: any;
    componentDidUpdate(prevProps: any): void;
    render(): import("react/jsx-runtime").JSX.Element;
}
export default Other;
//# sourceMappingURL=Other.d.ts.map