import { ComponentMeta } from "@storybook/react"; import React from "react"; import "../Styles/index.scss"; declare const _default: ComponentMeta | undefined; } & import("antd/lib/button/button").BaseButtonProps & Omit, "type" | "onClick"> & { htmlType?: "button" | "submit" | "reset" | undefined; onClick?: React.MouseEventHandler | undefined; } & Omit, "type" | "onClick">>>>; export default _default; export declare const StarshipButton: any;