import * as React from 'react';
import { Icon12Circle as Icon12CircleLib } from '@vkontakte/icons';
type IconsProps = Omit<React.ComponentProps<typeof Icon12CircleLib>, '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