import React from 'react'; import type { PathIconProps, PathIconRef } from './components/PathIcon'; declare const SecureOutlined: React.MemoExoticComponent>; declare type SecureOutlinedRef = PathIconRef; declare type SecureOutlinedProps = PathIconProps; export { SecureOutlined }; export type { SecureOutlinedRef, SecureOutlinedProps }; export default SecureOutlined;