declare const _default: import("vue").DefineComponent<{
    /**
     * The alternative text used to describe the illustration image, which is displayed as hover text on the image.
     */
    alternativeText: StringConstructor;
    /**
     * The heading of the illustration.
     */
    heading: StringConstructor;
    /**
     Indicates whether the illustration uses the large size.
     */
    large: BooleanConstructor;
    /**
     * The message of the illustration.
     */
    message: StringConstructor;
    /**
     * The URL for the image to display.
     * If the default slot is used, this property is ignored.
     */
    src: StringConstructor;
    /**
     Indicates whether the illustration uses the small size.
     */
    small: BooleanConstructor;
    /**
     * Indicates whether the illustration uses the xSmall size.
     */
    xSmall: BooleanConstructor;
}, unknown, unknown, {
    /**
     * The CSS class names for the illustration.
     */
    illustrationClassNames(): string;
}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
    /**
     * The alternative text used to describe the illustration image, which is displayed as hover text on the image.
     */
    alternativeText: StringConstructor;
    /**
     * The heading of the illustration.
     */
    heading: StringConstructor;
    /**
     Indicates whether the illustration uses the large size.
     */
    large: BooleanConstructor;
    /**
     * The message of the illustration.
     */
    message: StringConstructor;
    /**
     * The URL for the image to display.
     * If the default slot is used, this property is ignored.
     */
    src: StringConstructor;
    /**
     Indicates whether the illustration uses the small size.
     */
    small: BooleanConstructor;
    /**
     * Indicates whether the illustration uses the xSmall size.
     */
    xSmall: BooleanConstructor;
}>>, {
    small: boolean;
    large: boolean;
    xSmall: boolean;
}, {}>;
export default _default;
