export type OnyxFileUploadSVGProps = { /** * Whether the illustration should be displayed in disabled styles. */ disabled?: boolean; /** * Whether the illustration should be displayed in active styles. */ active?: boolean; /** * Whether the illustration should be displayed in error styles. */ error?: boolean; };