export type SvgrConfig = {
    plugins?: (string | unknown)[];
};
