export declare const ButtonVariants: (props?: ({
    variant?: "primary" | "secondary" | "teritiary" | "link-primary" | "link-secondary" | null | undefined;
    size?: "sm" | "md" | "lg" | null | undefined;
} & import('class-variance-authority/dist/types').ClassProp) | undefined) => string;
export declare const TitleVariants: (props?: ({
    size?: "sm" | "md" | "lg" | null | undefined;
} & import('class-variance-authority/dist/types').ClassProp) | undefined) => string;
//# sourceMappingURL=button.styles.d.ts.map