import type ButtonAnimations from "../../../button/private/types/ButtonAnimations"; type Props = { ariaLabel?: string; animation?: ButtonAnimations; }; declare const getAriaLabel: ({ ariaLabel, animation }: Props) => string | undefined; export default getAriaLabel; //# sourceMappingURL=getAriaLabel.d.ts.map