import * as React from "react";
interface Props {
    style?: React.CSSProperties;
}
export declare function LinkedSourcePicker({ style }: Props): JSX.Element;
export {};
