declare const _default: import("vue").DefineComponent<{
    /**
     * Indicates whether the examples container is fixed.
     */
    fixed: BooleanConstructor;
}, unknown, unknown, {
    /**
     * Returns the CSS class names for the examples container.
     */
    containerClassNames(): string;
}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
    /**
     * Indicates whether the examples container is fixed.
     */
    fixed: BooleanConstructor;
}>>, {
    fixed: boolean;
}, {}>;
export default _default;
