import colors from "../patters/colors"; export declare const MainFont: () => import("styled-components").FlattenSimpleInterpolation; interface FieldBasesProps { error: boolean; color?: keyof typeof colors; } export declare const FieldBases: ({ error, color }: FieldBasesProps) => import("styled-components").FlattenSimpleInterpolation; export {}; //# sourceMappingURL=mixins.d.ts.map