import { SVGProps } from 'react'; export interface ViberOriginalProps extends SVGProps { /** * Icon size (width and height) * @default 16 */ size?: number | string; } /** * ViberOriginal icon from social-media category * * @example * * */ export declare const ViberOriginal: ({ size, ...props }: ViberOriginalProps) => import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=viber-original.d.ts.map