import React from 'react'; import { CommonStyledProps } from '../types'; declare type HandleProps = { size?: string | number; } & React.HTMLAttributes & CommonStyledProps; declare const Handle: import("styled-components").StyledComponent<"div", any, { size?: string | number | undefined; } & React.HTMLAttributes & CommonStyledProps, never>; export { Handle, HandleProps }; //# sourceMappingURL=Handle.d.ts.map