import { ElementModel } from '../../_types'; import { SocialSharingProps } from './_types'; export declare const createCompositeSocialSharing: (props: SocialSharingProps) => ElementModel; //# sourceMappingURL=sharing.d.ts.map