/// import PropTypes from 'prop-types'; export declare const Types: { DEFAULT: string; OUTLINED: string; }; export declare const PinnedIcon: { ({ type, color }: { type?: string; color?: string; }): JSX.Element; category: string; propTypes: { type: PropTypes.Requireable; color: PropTypes.Requireable; }; Types: { DEFAULT: string; OUTLINED: string; }; };