declare namespace _default { export { IconButtonLink as component }; export const title: string; } export default _default; export function Default(): JSX.Element; export function WithChildren(): JSX.Element; export function Rounded(): JSX.Element; export function Inverted(): JSX.Element; export function noShadow(): JSX.Element; export function noBorder(): JSX.Element; export function Transparent(): JSX.Element; export function Disabled(): JSX.Element; import IconButtonLink from "./IconButtonLink";