declare const CImage: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
    /**
     * Set the horizontal aligment.
     *
     * @values 'start', 'center', 'end'
     */
    align: {
        type: StringConstructor;
        validator: (value: string) => boolean;
    };
    /**
     * Make image responsive.
     */
    fluid: BooleanConstructor;
    /**
     * Make image rounded.
     */
    rounded: BooleanConstructor;
    /**
     * Give an image a rounded 1px border appearance.
     */
    thumbnail: BooleanConstructor;
}>, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
    [key: string]: any;
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
    /**
     * Set the horizontal aligment.
     *
     * @values 'start', 'center', 'end'
     */
    align: {
        type: StringConstructor;
        validator: (value: string) => boolean;
    };
    /**
     * Make image responsive.
     */
    fluid: BooleanConstructor;
    /**
     * Make image rounded.
     */
    rounded: BooleanConstructor;
    /**
     * Give an image a rounded 1px border appearance.
     */
    thumbnail: BooleanConstructor;
}>> & Readonly<{}>, {
    rounded: boolean;
    fluid: boolean;
    thumbnail: boolean;
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
export { CImage };
