/// <reference types="react" />
export declare const DotAnnotationOutline: ({ x, y, size, }: {
    x: number;
    y: number;
    size?: number | undefined;
}) => JSX.Element;
//# sourceMappingURL=DotAnnotationOutline.d.ts.map