import { IDecorativeElementStandAlone } from './types/decorativeElement';
export declare const DecorativeElement: (props: IDecorativeElementStandAlone) => JSX.Element;
