/// import { MoneyLines } from './MoneyLines'; import { MoneyLine, MoneySummary } from '.'; declare const meta: { decorators: ((...args: any) => any)[]; component: typeof MoneyLines; subComponents: { MoneyLine: typeof MoneyLine; MoneySummary: typeof MoneySummary; }; title: string; }; export default meta; export declare const basic: () => JSX.Element;