/// <reference types="react" />
declare const Cookie: (props: any, ref: any) => JSX.Element;
export default Cookie;
