import { TDrawType, TDrawValue } from "../types/svg";
export declare const Draws: {
    [K in TDrawType]: TDrawValue;
};
