export default function getIconsLoader({ matchExtensionOnly }?: {
	matchExtensionOnly?: boolean;
}): {
	test: RegExp;
	use: Array<string>;
};
