declare type StyledChipProps = { selected?: boolean; cursor?: string; fullWidth?: boolean; borderColor?: string; }; export declare const StyledChip: import("styled-components").StyledComponent<"div", import("styled-components").DefaultTheme, StyledChipProps, never>; export {};