export declare const antialias: ({ theme: { name } }: {
    theme: {
        name: any;
    };
}) => import("styled-components").FlattenSimpleInterpolation;
