declare function Props(): JSX.Element; declare namespace Props { var story: { parameters: { notes: { disabled: boolean; }; knobs: { disabled: boolean; }; options: { showPanel: boolean; }; }; }; } export default Props; //# sourceMappingURL=Props.d.ts.map