declare const _default: import("vue").DefineComponent<{
    /**
     * Indicates whether the container uses the large size.
     */
    large: BooleanConstructor;
    /**
     * Indicates whether the container uses the small size.
     */
    small: BooleanConstructor;
    /**
     * Indicates whether the container uses the x-large size.
     */
    xLarge: BooleanConstructor;
}, unknown, unknown, {
    /**
     * The CSS class names for the container.
     */
    containerClassNames(): string;
}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
    /**
     * Indicates whether the container uses the large size.
     */
    large: BooleanConstructor;
    /**
     * Indicates whether the container uses the small size.
     */
    small: BooleanConstructor;
    /**
     * Indicates whether the container uses the x-large size.
     */
    xLarge: BooleanConstructor;
}>>, {
    small: boolean;
    large: boolean;
    xLarge: boolean;
}, {}>;
export default _default;
