import * as React from 'react'; export declare const LevelSelect: (props: LevelSelectProps) => React.JSX.Element; export type LevelSelectProps = { size?: 'small' | 'medium' | 'large'; }; //# sourceMappingURL=LevelSelect.d.ts.map