import { NumberProperty } from "./NativeProperty"; export declare class DashPatternProperty extends NumberProperty { get type(): string; }