/// import { Size } from '../../types'; declare const wizard: (width?: Size, height?: Size) => JSX.Element; export default wizard; //# sourceMappingURL=wizard.d.ts.map