export declare class SCUStack { padding: string; margin: string; width: string; height: string; gap: number; render(): any; }