import React from "react"; interface SlottedDivProps extends React.HTMLAttributes { asChild?: boolean; } declare const SlottedDivElement: React.ForwardRefExoticComponent>; type SlottedDivElementRef = React.ElementRef; export { SlottedDivElement, type SlottedDivElementRef, type SlottedDivProps };