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