interface IProps { } declare const InterfaceSourceSelector: (props: IProps) => JSX.Element; export default InterfaceSourceSelector;