import { ComponentPropsWithRef, ReactElement } from 'react'; import { OrientableProps } from './orientable'; export interface DivProps extends Omit, "color" | "onResize">, OrientableProps { } export declare const Div: ({ className, ...rest }: DivProps) => ReactElement; //# sourceMappingURL=Div.d.ts.map