import React from 'react';
import { IDividerStandAlone } from './types/divider';
/**
 * @description
 * DividerStandAlone component is a wrapper component that can be used to wrap other components.
 * @param {IDividerStandAlone} props
 * @returns {JSX.Element}
 * @constructor
 */
export declare const DividerStandAlone: React.ForwardRefExoticComponent<IDividerStandAlone & React.RefAttributes<HTMLDivElement>>;
