export declare const DotAnnotationOutline: ({ x, y, size, }: {
    x: number;
    y: number;
    size?: number;
}) => import("react/jsx-runtime").JSX.Element;
//# sourceMappingURL=DotAnnotationOutline.d.ts.map