import React from 'react'; import { Styleless } from '../../Styleless'; export declare type Props = React.ComponentProps & { isSelected: boolean; }; export declare const Component: { (props: Props): JSX.Element; displayName: string; defaultProps: Props; };