/// interface Props { variant?: "primary" | "secondary"; } export declare const LinkButton: import("@emotion/styled").StyledComponent<{ theme?: import("@emotion/react").Theme | undefined; as?: import("react").ElementType | undefined; } & Props, import("react").DetailedHTMLProps, HTMLButtonElement>, {}>; export {};