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