import { Padding } from './Padding'; export declare class Layout { id?: number; uuid: string; autoPadding: boolean; padding: Padding; }