import React from 'react'; import { MQ } from '../utils/style'; /** * @deprecated ShareBarProps is deprecated and will be removed in the next major release. */ export interface ShareBarProps extends React.HTMLAttributes { label?: string; vertical?: boolean; overrides?: { stylePreset?: MQ; label?: { typographyPreset?: MQ; stylePreset?: MQ; spaceInline?: MQ; spaceInset?: MQ; }; items?: { spaceInline?: MQ; }; }; } /** * @deprecated ShareBar is deprecated and will be removed in the next major release. */ export declare const ShareBar: import("../utils/with-own-theme").NewsKitReactComponents; //# sourceMappingURL=share-bar.d.ts.map