export default function shadow(data: string, custom: {
    [key: string]: {
        [key: string]: string;
    };
}): string;
