import * as Rsg from '../../typings'; /** * Filter out components without an example file. * * @param {Array} sections * @returns {Array} */ export default function filterComponentsWithExample(sections: Rsg.LoaderSection[]): Rsg.LoaderSection[];