declare const _default: () => import("@vue/reactivity").Raw<import("@vue/runtime-core").DefineComponent<{
    shape: {
        type: StringConstructor;
        default: string;
    };
    firstColor: {
        type: StringConstructor;
        default: string;
    };
    secondColor: {
        type: StringConstructor;
        default: string;
    };
    underlay: {
        type: ObjectConstructor;
    };
}, () => import("@vue/runtime-core").VNode<import("@vue/runtime-core").RendererNode, import("@vue/runtime-core").RendererElement, {
    [key: string]: any;
}>, unknown, {}, {}, import("@vue/runtime-core").ComponentOptionsMixin, import("@vue/runtime-core").ComponentOptionsMixin, {}, string, import("@vue/runtime-core").PublicProps, Readonly<import("@vue/runtime-core").ExtractPropTypes<{
    shape: {
        type: StringConstructor;
        default: string;
    };
    firstColor: {
        type: StringConstructor;
        default: string;
    };
    secondColor: {
        type: StringConstructor;
        default: string;
    };
    underlay: {
        type: ObjectConstructor;
    };
}>>, {
    shape: string;
    firstColor: string;
    secondColor: string;
}, {}>>;
export default _default;
