import { AtomStyle } from "../styles/AtomStyle"; import { IStyleDeclaration } from "../styles/IStyleDeclaration"; import { AtomControl } from "./AtomControl"; export declare class AtomContentControl extends AtomControl { private mContent; content: AtomControl; protected preCreate(): void; } export declare class AtomContentStyle extends AtomStyle { readonly root: IStyleDeclaration; } //# sourceMappingURL=AtomContentControl.d.ts.map