export declare class Padding { id?: number; uuid: string; left: number; right: number; top: number; bottom: number; }