import { ShareExtensionConfigPluginProps as Props } from './sharingPlugin.types'; export type * from './sharingPlugin.types'; declare const _default: (props?: Props) => [string, Props]; export default _default;