declare type CursorStyleType = { cursor?: string; }; export declare const cursorStyle: (props: CursorStyleType) => import("styled-components").FlattenSimpleInterpolation; export {};