import React from 'react';
import { FormWithLineProps } from './FormWithLine.types';
/**
 * Form element - a container with a line on the left
 */
declare const FormWithLine: React.FC<FormWithLineProps>;
export default FormWithLine;
