import React from 'react'; declare function DefaultFramerDiv(props: { key?: string; divKey?: string; id?: string; className?: string; children?: any; delay?: number; style?: any; [key: string]: any; animateVersion?: 'default' | 'light'; noAnimation?: boolean; }): React.JSX.Element; export default DefaultFramerDiv;