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