import * as React from 'react'; import { Icon } from '../iconTypes'; declare const IconSecurityClassification: ({ className, height, color, title, width }: Icon) => React.JSX.Element; export default IconSecurityClassification;