import { StyleSheetClass } from "../../utils/theme.types";
export interface LinkProps {
    href: string;
    style?: StyleSheetClass;
}
