export declare const Props: {
    readonly round: BooleanConstructor;
    readonly width: StringConstructor;
    readonly height: StringConstructor;
    readonly animation: BooleanConstructor;
};
