export declare class RootMargin { #private; get value(): string; constructor(value: string | null | undefined); private static parse; }