import {ComponentProps} from 'react' import {SanityDocument} from 'sanity' import {UserViewComponent} from 'sanity/desk' export declare function SEOPane(props: SEOPaneProps): JSX.Element declare type SEOPaneOptions = { keywords: string synonyms: string url: (doc: SanityDocument) => string } declare type SEOPaneProps = ComponentProps> export {}