import * as React from "react";
import type { Props } from "./types";
declare const DrawerClose: ({ onClick, title, ref }: Props) => React.JSX.Element;
export default DrawerClose;
//# sourceMappingURL=DrawerClose.d.ts.map