import { AtomControl } from "./AtomControl";
export default class AtomNotification extends AtomControl {
    timeout: number;
    private timeoutKey;
    onPropertyChanged(name: keyof AtomNotification): void;
    create(): void;
    protected setupTimeout(): void;
}
//# sourceMappingURL=AtomNotification.d.ts.map