import { default as React } from 'react'; import { ItemProps } from './Item.types'; declare const Item: { ({ children, active }: ItemProps): React.JSX.Element; Action: import('styled-components').StyledComponent<"span", any, {}, never>; }; export default Item;