export type SocialSharingProps = { isFixed?: boolean; includeFacebook?: boolean; includeTwitter?: boolean; includeEmail?: boolean; includePrint?: boolean; title?: string | null; url?: string | null; }; //# sourceMappingURL=_types.d.ts.map