export default SelectType; declare class SelectType extends React.Component { constructor(props: any); constructor(props: any, context: any); getOptions: ({ options }: { options: any; }) => { key: any; label: any; }[]; render(): import("react/jsx-runtime").JSX.Element; } declare namespace SelectType { namespace defaultProps { let knob: {}; function onChange(value: any): any; let isInline: boolean; } namespace propTypes { let knob_1: PropTypes.Requireable; value: PropTypes.Requireable; options: PropTypes.Requireable; }>>; export { knob_1 as knob }; let onChange_1: PropTypes.Requireable<(...args: any[]) => any>; export { onChange_1 as onChange }; let isInline_1: PropTypes.Requireable; export { isInline_1 as isInline }; } function serialize(value: any): any; function deserialize(value: any): any; } import React from 'react'; import PropTypes from 'prop-types';