import React from 'react'; import { Props } from '.'; declare const _default: { title: string; component: React.FC; }; export default _default; export declare const Default: { (props: Props): JSX.Element; args: { children: string; }; }; //# sourceMappingURL=Portal.stories.d.ts.map