/// declare const getStyledButton: (type: 'link' | 'button') => import("@emotion/styled").StyledComponent<{ theme?: import("@emotion/react").Theme | undefined; as?: import("react").ElementType | undefined; } & { disabled?: boolean | undefined; textAlign?: string | undefined; }, import("react").DetailedHTMLProps, HTMLAnchorElement>, {}> | import("@emotion/styled").StyledComponent<{ theme?: import("@emotion/react").Theme | undefined; as?: import("react").ElementType | undefined; } & { disabled?: boolean | undefined; textAlign?: string | undefined; }, import("react").DetailedHTMLProps, HTMLButtonElement>, {}>; export { getStyledButton };