import { IconProps } from '../../icon/interfaces'; export interface AppLayoutButtonProps { className?: string; ariaLabel: string | undefined; ariaExpanded?: boolean; iconName: IconProps.Name; onClick: () => void; disabled?: boolean; } //# sourceMappingURL=interfaces.d.ts.map