export declare enum FocusIdentifier {
    RADIAL = "radial",
    LINEAR = "linear",
    MIRRORED = "mirrored",
    GAUSSIAN = "gaussian"
}
