import { ReactNode } from 'react'; type PressableIconProps = { children: ReactNode; className?: string; onClick?: () => void; 'aria-label'?: string; }; export declare function PressableIcon({ children, className, onClick, 'aria-label': ariaLabel, }: PressableIconProps): import("react/jsx-runtime").JSX.Element; export {}; //# sourceMappingURL=PressableIcon.d.ts.map