import { DecorativePropsType } from '../../components/decorativeElement/types/decorativeElement';
export declare const buildPropsDecorativeElement: <T, S = undefined>(element?: DecorativePropsType, styles?: T, extraStyles?: S) => DecorativePropsType;
