export declare enum EmitterType {
    Circle = "circle",
    Box = "box",
    Ring = "ring"
}
