/// import { StackProps } from "../../src"; type DemoSectionProps = StackProps & { label: string; }; declare const DemoSection: React.FC; export default DemoSection; //# sourceMappingURL=demo-section.d.ts.map