import { type UniversalVanillaArgs } from "../../vanillaStoryConfig"; export declare const musicExampleDefaults: { columnReordering: boolean; columnResizing: boolean; selectableCells: boolean; theme: "frost"; customTheme: { rowHeight: number; headerHeight: number; }; height: string; }; export declare function renderMusicExample(args?: Partial): HTMLElement;