import { C as CommonProps } from './common.types.d-a5NbnUWh.js'; import React from 'react'; interface LifeLineProps extends CommonProps { } declare const LifeLine: (props: LifeLineProps) => React.JSX.Element; export { type LifeLineProps, LifeLine as default };