/** * RTL doesn't let you search directly though a component because it only considers what is rendered. because of this we can either apply a test id 🤮 * @param container * @param IconFunctionComponent * @returns an array of all matching elements within that test container */ declare const findSVGs: (container: any, IconFunctionComponent: any) => any; export default findSVGs;