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