export type WithIcon = {
    /**
     * Icon content React Node
     */
    icon?: React.ReactNode;
};
