import type * as React from 'react'; import { Icon12Circle as Icon12CircleLib } from '@vkontakte/icons'; type IconsProps = Omit, 'width' | 'height'> & { width: number; height: number; }; export declare const Icon12Circle: ({ width, height, ...restProps }: IconsProps) => React.ReactNode; export declare const Icon12OnlineMobile: ({ width, height, ...restProps }: IconsProps) => React.ReactNode; export {}; //# sourceMappingURL=icons.d.ts.map