export declare const LithologyContext: import('react').Context<{ lithologies: never[]; }>; export declare function LithologyProvider(props: any): import('react').FunctionComponentElement>;