import { AtomicProperty } from './atomicproperty';
export declare class BooleanProperty extends AtomicProperty {
    fallbackValue(): any;
}
