import type { DefineComponent, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps } from 'vue';
declare const _sfc_main: DefineComponent<{
    readonly round: BooleanConstructor;
    readonly width: StringConstructor;
    readonly height: StringConstructor;
    readonly animation: BooleanConstructor;
}, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, Record<string, any>, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<{
    readonly round?: unknown;
    readonly width?: unknown;
    readonly height?: unknown;
    readonly animation?: unknown;
} & {
    round: boolean;
    animation: boolean;
} & {
    width?: string | undefined;
    height?: string | undefined;
}>, {
    round: boolean;
    animation: boolean;
}>;
export default _sfc_main;
