import { type UniversalVanillaArgs } from "../vanillaStoryConfig"; export declare const headerInclusionExampleDefaults: { height: string; }; export declare function renderHeaderInclusionExample(args?: Partial): HTMLElement;