import ResponsiveStyles from '../../styles'; interface ElementSkeletonProps { responsiveStyles: ResponsiveStyles; element: any; } export default function ElementSkeleton({ responsiveStyles, element }: ElementSkeletonProps): import("@emotion/react/jsx-runtime").JSX.Element; export {}; //# sourceMappingURL=ElementSkeleton.d.ts.map