import type { IconFrameProps } from './IconFrameRoot'; /** * IconFrame component */ declare const IconFrame: import("react").MemoExoticComponent>>; export { IconFrame };