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