declare const LithologyPicker: (props: any) => import('react').FunctionComponentElement<any>;
declare const LithologySymbolPicker: (props: any) => import('react').ReactElement<{
    className: string;
}, string | import('react').JSXElementConstructor<any>>;
export { LithologyPicker, LithologySymbolPicker };
